Class <11d4c772-3579-4f93-ac46-b452e4461737>AsymmetricKeyParameter
Inheritance
System.Object
<11d4c772-3579-4f93-ac46-b452e4461737>AsymmetricKeyParameter
Assembly: IronPdf.dll
Syntax
public abstract class <11d4c772-3579-4f93-ac46-b452e4461737>AsymmetricKeyParameter : Object, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > ICipherParameters
Constructors
<11d4c772-3579-4f93-ac46-b452e4461737>AsymmetricKeyParameter(Boolean)
Declaration
protected <11d4c772-3579-4f93-ac46-b452e4461737>AsymmetricKeyParameter(bool privateKey)
Parameters
| Type |
Name |
Description |
| System.Boolean |
privateKey |
|
Properties
IsPrivate
Declaration
public bool IsPrivate { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Equals(<11d4c772-3579-4f93-ac46-b452e4461737>AsymmetricKeyParameter)
Declaration
protected bool Equals( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > AsymmetricKeyParameter other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|